math/big.nat.sticky (method)
4 uses
math/big (current package)
float.go#L432: sbit = z.mant.sticky(r)
float.go#L872: if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
float.go#L992: if p < 0 /* m <= 0.25 */ || p == 0 && x.mant.sticky(uint(len(x.mant))*_W-1) == 0 /* m == 0.5 */ {
nat.go#L770: func (x nat) sticky(i uint) uint {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)